Skip to content

Bump actions/configure-pages from 5.0.0 to 6.0.0#556

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/configure-pages-6.0.0
Open

Bump actions/configure-pages from 5.0.0 to 6.0.0#556
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/configure-pages-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps actions/configure-pages from 5.0.0 to 6.0.0.

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

Commits
  • 45bfe01 Merge pull request #186 from salmanmkc/node24
  • d8770c2 Update Node version from 20 to 24 in action.yml
  • cb8a1a3 upgrade to node 24
  • d560657 Merge pull request #165 from actions/Jcambass-patch-1
  • 35e0ac4 Upgrade IA Publish
  • 1dfbcbf Merge pull request #163 from actions/Jcambass-patch-1
  • 2f4f988 Add workflow file for publishing releases to immutable action package
  • 0d7570c Merge pull request #162 from actions/pin-draft-release-verssion
  • 3ea1966 pin draft release version
  • aabcbc4 Merge pull request #160 from actions/dependabot/npm_and_yarn/espree-10.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR updates actions/configure-pages from v5.0.0 to v6.0.0 in both GitHub Actions workflow files, upgrading the action's Node runtime from Node 20 to Node 24.

  • Both .github/workflows/release.yml and .github/workflows/republish-pages.yml have their actions/configure-pages step updated to the new pinned commit SHA (45bfe01) corresponding to v6.0.0.
  • The new version bundles several upstream dependency updates (espree, undici, braces, eslint-config-prettier) and an immutable action package publish workflow — no changes to the action's public interface or inputs/outputs.

Confidence Score: 5/5

Straightforward dependency bump with no interface changes; both workflow files use pinned commit SHAs, which is the correct security practice.

The only change is updating the actions/configure-pages commit SHA to v6.0.0 in two workflow files. The action's inputs and outputs are unchanged, and the bump is from a trusted GitHub-maintained action. Pinned SHAs are preserved, maintaining supply-chain integrity.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/release.yml Bumps actions/configure-pages from pinned commit SHA for v5.0.0 to pinned commit SHA for v6.0.0; no other changes.
.github/workflows/republish-pages.yml Bumps actions/configure-pages from pinned commit SHA for v5.0.0 to pinned commit SHA for v6.0.0; no other changes.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions Runner
    participant CP as actions/configure-pages@v6.0.0
    participant UPA as actions/upload-pages-artifact
    participant DP as actions/deploy-pages

    GH->>CP: Configure GitHub Pages (Node 24 runtime)
    CP-->>GH: Pages configuration complete
    GH->>UPA: Upload Pages artifact
    UPA-->>GH: Artifact uploaded
    GH->>DP: Deploy to GitHub Pages
    DP-->>GH: Deployment complete
Loading

Reviews (1): Last reviewed commit: "Bump actions/configure-pages from 5.0.0 ..." | Re-trigger Greptile

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@983d773...45bfe01)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants